home *** CD-ROM | disk | FTP | other *** search
Text File | 1999-05-28 | 41.0 KB | 1,711 lines |
- object MailPreferencesForm: TMailPreferencesForm
- Left = 346
- Top = 160
- HelpContext = 1510
- HorzScrollBar.Visible = False
- VertScrollBar.Visible = False
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Preferences'
- ClientHeight = 404
- ClientWidth = 377
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object pfPreferences: TPageControl
- Left = 0
- Top = 0
- Width = 377
- Height = 369
- ActivePage = tsServers
- Align = alTop
- MultiLine = True
- TabOrder = 0
- OnChange = pfPreferencesChange
- object tsGeneral: TTabSheet
- Caption = 'General'
- object Bevel1: TBevel
- Left = 4
- Top = 121
- Width = 360
- Height = 2
- end
- object Label9: TLabel
- Left = 8
- Top = 243
- Width = 70
- Height = 13
- Caption = 'Mailbox Name:'
- end
- object Label10: TLabel
- Left = 27
- Top = 267
- Width = 49
- Height = 13
- Caption = 'Password:'
- end
- object Bevel4: TBevel
- Left = 4
- Top = 230
- Width = 360
- Height = 2
- end
- object Bevel5: TBevel
- Left = 4
- Top = 292
- Width = 360
- Height = 2
- end
- object Bevel6: TBevel
- Left = 4
- Top = 197
- Width = 360
- Height = 2
- end
- object cbDeletePrompt: TCheckBox
- Left = 16
- Top = 102
- Width = 241
- Height = 17
- Caption = '&Warn me before permanently deleting mail'
- State = cbChecked
- TabOrder = 2
- OnClick = cbDeletePromptClick
- end
- object cbIncludeOriginal: TCheckBox
- Left = 16
- Top = 127
- Width = 308
- Height = 17
- Caption = '&Include original message in reply'
- TabOrder = 3
- OnClick = cbIncludeOriginalClick
- end
- object cbRichText: TCheckBox
- Left = 16
- Top = 160
- Width = 292
- Height = 19
- Caption = 'Send mail as &Rich Text by default'
- TabOrder = 5
- OnClick = cbRichTextClick
- end
- object edtAttachDir: TEdit
- Left = 120
- Top = 204
- Width = 242
- Height = 21
- TabOrder = 8
- OnChange = edtAttachDirChange
- end
- object btnAttachDir: TButton
- Left = 5
- Top = 205
- Width = 114
- Height = 20
- Caption = 'Attachment &Directory'
- TabOrder = 7
- OnClick = btnAttachDirClick
- end
- object cbNoTrash: TCheckBox
- Left = 19
- Top = 3
- Width = 241
- Height = 17
- Caption = '&Send deleted mail to Deleted Items folder'
- TabOrder = 0
- OnClick = cbNoTrashClick
- end
- object cbEncryptMail: TCheckBox
- Left = 16
- Top = 178
- Width = 186
- Height = 17
- Caption = 'Store mail &encrypted'
- TabOrder = 6
- OnClick = cbEncryptMailClick
- end
- object cbDefaultMailClient: TCheckBox
- Left = 15
- Top = 300
- Width = 329
- Height = 17
- Caption = 'Make &TeleMagic Internet Mail my default mail client'
- TabOrder = 11
- OnClick = cbDefaultMailClientClick
- end
- object edtMBName: TEdit
- Left = 81
- Top = 239
- Width = 279
- Height = 21
- TabOrder = 9
- OnChange = edtMBNameChange
- end
- object edtMBPassword: TEdit
- Left = 81
- Top = 263
- Width = 119
- Height = 21
- CharCase = ecUpperCase
- PasswordChar = '*'
- TabOrder = 10
- OnChange = edtMBPasswordChange
- end
- object cbIncludeYourselfInReply: TCheckBox
- Left = 16
- Top = 144
- Width = 337
- Height = 17
- Caption = 'Include &yourself when Replying To All'
- TabOrder = 4
- OnClick = cbIncludeYourselfInReplyClick
- end
- object GroupBox2: TGroupBox
- Left = 42
- Top = 22
- Width = 213
- Height = 75
- Caption = ' Empty Deleted Items '
- TabOrder = 1
- object rbDeleteOnStartup: TRadioButton
- Left = 11
- Top = 16
- Width = 113
- Height = 17
- Caption = 'at start &up'
- TabOrder = 0
- TabStop = True
- OnClick = rbDeleteOnStartupClick
- end
- object rbDeleteOnExit: TRadioButton
- Left = 11
- Top = 34
- Width = 113
- Height = 17
- Caption = 'on e&xit'
- TabOrder = 1
- TabStop = True
- OnClick = rbDeleteOnExitClick
- end
- object rbManualDelete: TRadioButton
- Left = 11
- Top = 52
- Width = 186
- Height = 17
- Caption = 'never, I will delete them &manually'
- Checked = True
- TabOrder = 2
- TabStop = True
- OnClick = rbManualDeleteClick
- end
- end
- end
- object tsDisplay: TTabSheet
- Caption = 'Display'
- object gbLayout: TGroupBox
- Left = 10
- Top = 2
- Width = 347
- Height = 92
- Caption = ' Layout '
- TabOrder = 0
- object cbShowToolbar: TCheckBox
- Left = 13
- Top = 15
- Width = 97
- Height = 17
- Caption = 'Show Toolbar'
- State = cbChecked
- TabOrder = 0
- OnClick = cbShowToolbarClick
- end
- object cbShowStatusBar: TCheckBox
- Left = 13
- Top = 34
- Width = 97
- Height = 17
- Caption = 'Show Status Bar'
- State = cbChecked
- TabOrder = 1
- OnClick = cbShowStatusBarClick
- end
- object cbShowMailBoxes: TCheckBox
- Left = 13
- Top = 53
- Width = 134
- Height = 17
- Caption = 'Show Folders'
- State = cbChecked
- TabOrder = 2
- OnClick = cbShowMailBoxesClick
- end
- object cbShowMessageBody: TCheckBox
- Left = 13
- Top = 71
- Width = 134
- Height = 17
- Caption = 'Show Message Body'
- State = cbChecked
- TabOrder = 3
- OnClick = cbShowMessageBodyClick
- end
- end
- object FontButton: TButton
- Left = 154
- Top = 63
- Width = 75
- Height = 25
- Caption = '&Font'
- TabOrder = 1
- OnClick = FontButtonClick
- end
- object GroupBox1: TGroupBox
- Left = 10
- Top = 104
- Width = 347
- Height = 212
- TabOrder = 3
- object NewLabel: TLabel
- Left = 7
- Top = 35
- Width = 22
- Height = 13
- Caption = 'New'
- end
- object OpenedLabel: TLabel
- Left = 7
- Top = 55
- Width = 38
- Height = 13
- Caption = 'Opened'
- end
- object RepliedLabel: TLabel
- Left = 7
- Top = 78
- Width = 36
- Height = 13
- Caption = 'Replied'
- end
- object QueuedLocalLabel: TLabel
- Left = 7
- Top = 121
- Width = 67
- Height = 13
- Caption = 'Queued Local'
- end
- object QueuedServerLabel: TLabel
- Left = 7
- Top = 143
- Width = 72
- Height = 13
- Caption = 'Queued Server'
- end
- object SentLabel: TLabel
- Left = 7
- Top = 166
- Width = 22
- Height = 13
- Caption = 'Sent'
- end
- object FailedLabel: TLabel
- Left = 7
- Top = 187
- Width = 28
- Height = 13
- Caption = 'Failed'
- end
- object PendingLabel: TLabel
- Left = 7
- Top = 100
- Width = 39
- Height = 13
- Caption = 'Pending'
- end
- object Label11: TLabel
- Left = 240
- Top = 16
- Width = 9
- Height = 13
- Caption = 'B'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label12: TLabel
- Left = 270
- Top = 16
- Width = 9
- Height = 13
- Caption = 'I'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsItalic]
- ParentFont = False
- end
- object Label13: TLabel
- Left = 297
- Top = 15
- Width = 8
- Height = 13
- Caption = 'U'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsUnderline]
- ParentFont = False
- end
- object Label14: TLabel
- Left = 327
- Top = 14
- Width = 7
- Height = 13
- Caption = 'S'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsStrikeOut]
- ParentFont = False
- end
- object cbNewColor: TComboBox
- Tag = 1
- Left = 111
- Top = 32
- Width = 118
- Height = 19
- Style = csOwnerDrawFixed
- ItemHeight = 13
- Items.Strings = (
- 'Black'
- 'Maroon'
- 'Green'
- 'Olive'
- 'Navy'
- 'Purple'
- 'Teal'
- 'Gray'
- 'Silver'
- 'Red'
- 'Lime'
- 'Yellow'
- 'Blue'
- 'Fuchsia'
- 'Aqua')
- TabOrder = 0
- OnChange = cbNewColorChange
- OnDrawItem = cbNewColorDrawItem
- end
- object cbOpenedColor: TComboBox
- Tag = 2
- Left = 111
- Top = 53
- Width = 118
- Height = 19
- Style = csOwnerDrawFixed
- ItemHeight = 13
- Items.Strings = (
- 'Black'
- 'Maroon'
- 'Green'
- 'Olive'
- 'Navy'
- 'Purple'
- 'Teal'
- 'Gray'
- 'Silver'
- 'Red'
- 'Lime'
- 'Yellow'
- 'Blue'
- 'Fuchsia'
- 'Aqua')
- TabOrder = 1
- OnChange = cbNewColorChange
- OnDrawItem = cbNewColorDrawItem
- end
- object cbRepliedColor: TComboBox
- Tag = 3
- Left = 111
- Top = 75
- Width = 118
- Height = 19
- Style = csOwnerDrawFixed
- ItemHeight = 13
- Items.Strings = (
- 'Black'
- 'Maroon'
- 'Green'
- 'Olive'
- 'Navy'
- 'Purple'
- 'Teal'
- 'Gray'
- 'Silver'
- 'Red'
- 'Lime'
- 'Yellow'
- 'Blue'
- 'Fuchsia'
- 'Aqua')
- TabOrder = 2
- OnChange = cbNewColorChange
- OnDrawItem = cbNewColorDrawItem
- end
- object cbPendingColor: TComboBox
- Tag = 4
- Left = 111
- Top = 97
- Width = 118
- Height = 19
- Style = csOwnerDrawFixed
- ItemHeight = 13
- Items.Strings = (
- 'Black'
- 'Maroon'
- 'Green'
- 'Olive'
- 'Navy'
- 'Purple'
- 'Teal'
- 'Gray'
- 'Silver'
- 'Red'
- 'Lime'
- 'Yellow'
- 'Blue'
- 'Fuchsia'
- 'Aqua')
- TabOrder = 3
- OnChange = cbNewColorChange
- OnDrawItem = cbNewColorDrawItem
- end
- object cbQueuedLocalColor: TComboBox
- Tag = 5
- Left = 111
- Top = 119
- Width = 118
- Height = 19
- Style = csOwnerDrawFixed
- ItemHeight = 13
- Items.Strings = (
- 'Black'
- 'Maroon'
- 'Green'
- 'Olive'
- 'Navy'
- 'Purple'
- 'Teal'
- 'Gray'
- 'Silver'
- 'Red'
- 'Lime'
- 'Yellow'
- 'Blue'
- 'Fuchsia'
- 'Aqua')
- TabOrder = 4
- OnChange = cbNewColorChange
- OnDrawItem = cbNewColorDrawItem
- end
- object cbQueuedServerColor: TComboBox
- Tag = 6
- Left = 111
- Top = 141
- Width = 118
- Height = 19
- Style = csOwnerDrawFixed
- ItemHeight = 13
- Items.Strings = (
- 'Black'
- 'Maroon'
- 'Green'
- 'Olive'
- 'Navy'
- 'Purple'
- 'Teal'
- 'Gray'
- 'Silver'
- 'Red'
- 'Lime'
- 'Yellow'
- 'Blue'
- 'Fuchsia'
- 'Aqua')
- TabOrder = 5
- OnChange = cbNewColorChange
- OnDrawItem = cbNewColorDrawItem
- end
- object cbSentColor: TComboBox
- Tag = 7
- Left = 111
- Top = 163
- Width = 118
- Height = 19
- Style = csOwnerDrawFixed
- ItemHeight = 13
- Items.Strings = (
- 'Black'
- 'Maroon'
- 'Green'
- 'Olive'
- 'Navy'
- 'Purple'
- 'Teal'
- 'Gray'
- 'Silver'
- 'Red'
- 'Lime'
- 'Yellow'
- 'Blue'
- 'Fuchsia'
- 'Aqua')
- TabOrder = 6
- OnChange = cbNewColorChange
- OnDrawItem = cbNewColorDrawItem
- end
- object cbFailedColor: TComboBox
- Tag = 8
- Left = 111
- Top = 185
- Width = 118
- Height = 19
- Style = csOwnerDrawFixed
- ItemHeight = 13
- Items.Strings = (
- 'Black'
- 'Maroon'
- 'Green'
- 'Olive'
- 'Navy'
- 'Purple'
- 'Teal'
- 'Gray'
- 'Silver'
- 'Red'
- 'Lime'
- 'Yellow'
- 'Blue'
- 'Fuchsia'
- 'Aqua')
- TabOrder = 7
- OnChange = cbNewColorChange
- OnDrawItem = cbNewColorDrawItem
- end
- object cbNewBold: TCheckBox
- Tag = 1
- Left = 238
- Top = 33
- Width = 17
- Height = 17
- TabOrder = 8
- OnClick = cbNewBoldClick
- end
- object cbNewItalic: TCheckBox
- Tag = 1
- Left = 267
- Top = 33
- Width = 17
- Height = 17
- Caption = 'cbNewItalic'
- TabOrder = 9
- OnClick = cbNewItalicClick
- end
- object cbNewUnderline: TCheckBox
- Tag = 1
- Left = 295
- Top = 33
- Width = 17
- Height = 17
- Caption = 'CheckBox3'
- TabOrder = 10
- OnClick = cbNewUnderlineClick
- end
- object cbNewStrikeout: TCheckBox
- Tag = 1
- Left = 324
- Top = 33
- Width = 17
- Height = 17
- Caption = 'CheckBox3'
- TabOrder = 11
- OnClick = cbNewStrikeoutClick
- end
- object cbOpenedBold: TCheckBox
- Tag = 2
- Left = 238
- Top = 55
- Width = 17
- Height = 17
- Caption = 'cbOpenedBold'
- TabOrder = 12
- OnClick = cbNewBoldClick
- end
- object cbOpenedItalic: TCheckBox
- Tag = 2
- Left = 267
- Top = 55
- Width = 17
- Height = 17
- Caption = 'CheckBox3'
- TabOrder = 13
- OnClick = cbNewItalicClick
- end
- object cbOpenedUnderline: TCheckBox
- Tag = 2
- Left = 295
- Top = 55
- Width = 17
- Height = 17
- Caption = 'CheckBox3'
- TabOrder = 14
- OnClick = cbNewUnderlineClick
- end
- object cbOpenedStrikeout: TCheckBox
- Tag = 2
- Left = 324
- Top = 55
- Width = 17
- Height = 17
- Caption = 'CheckBox3'
- TabOrder = 15
- OnClick = cbNewStrikeoutClick
- end
- object cbRepliedStrikeout: TCheckBox
- Tag = 3
- Left = 324
- Top = 76
- Width = 17
- Height = 17
- Caption = 'CheckBox3'
- TabOrder = 16
- OnClick = cbNewStrikeoutClick
- end
- object cbRepliedUnderline: TCheckBox
- Tag = 3
- Left = 295
- Top = 76
- Width = 17
- Height = 17
- Caption = 'CheckBox3'
- TabOrder = 17
- OnClick = cbNewUnderlineClick
- end
- object cbRepliedItalic: TCheckBox
- Tag = 3
- Left = 267
- Top = 76
- Width = 17
- Height = 17
- Caption = 'CheckBox3'
- TabOrder = 18
- OnClick = cbNewItalicClick
- end
- object cbRepliedBold: TCheckBox
- Tag = 3
- Left = 238
- Top = 76
- Width = 17
- Height = 17
- Caption = 'CheckBox6'
- TabOrder = 19
- OnClick = cbNewBoldClick
- end
- object cbPendingBold: TCheckBox
- Tag = 4
- Left = 238
- Top = 98
- Width = 17
- Height = 17
- Caption = 'CheckBox6'
- TabOrder = 20
- OnClick = cbNewBoldClick
- end
- object cbPendingItalic: TCheckBox
- Tag = 4
- Left = 267
- Top = 98
- Width = 17
- Height = 17
- Caption = 'CheckBox3'
- TabOrder = 21
- OnClick = cbNewItalicClick
- end
- object cbPendingUnderline: TCheckBox
- Tag = 4
- Left = 295
- Top = 98
- Width = 17
- Height = 17
- Caption = 'CheckBox3'
- TabOrder = 22
- OnClick = cbNewUnderlineClick
- end
- object cbPendingStrikeout: TCheckBox
- Tag = 4
- Left = 324
- Top = 98
- Width = 17
- Height = 17
- Caption = 'CheckBox3'
- TabOrder = 23
- OnClick = cbNewStrikeoutClick
- end
- object cbQueuedLocalStrikeout: TCheckBox
- Tag = 5
- Left = 324
- Top = 120
- Width = 17
- Height = 17
- Caption = 'CheckBox3'
- TabOrder = 24
- OnClick = cbNewStrikeoutClick
- end
- object cbQueuedLocalUnderline: TCheckBox
- Tag = 5
- Left = 295
- Top = 120
- Width = 17
- Height = 17
- Caption = 'CheckBox3'
- TabOrder = 25
- OnClick = cbNewUnderlineClick
- end
- object cbQueuedLocalItalic: TCheckBox
- Tag = 5
- Left = 267
- Top = 120
- Width = 17
- Height = 17
- Caption = 'CheckBox3'
- TabOrder = 26
- OnClick = cbNewItalicClick
- end
- object cbQueuedLocalBold: TCheckBox
- Tag = 5
- Left = 238
- Top = 120
- Width = 17
- Height = 17
- Caption = 'CheckBox6'
- TabOrder = 27
- OnClick = cbNewBoldClick
- end
- object cbQueuedServerBold: TCheckBox
- Tag = 6
- Left = 238
- Top = 142
- Width = 17
- Height = 17
- Caption = 'CheckBox6'
- TabOrder = 28
- OnClick = cbNewBoldClick
- end
- object cbQueuedServerItalic: TCheckBox
- Tag = 6
- Left = 267
- Top = 142
- Width = 17
- Height = 17
- Caption = 'CheckBox3'
- TabOrder = 29
- OnClick = cbNewItalicClick
- end
- object cbQueuedServerUnderline: TCheckBox
- Tag = 6
- Left = 295
- Top = 142
- Width = 17
- Height = 17
- Caption = 'CheckBox3'
- TabOrder = 30
- OnClick = cbNewUnderlineClick
- end
- object cbQueuedServerStrikeout: TCheckBox
- Tag = 6
- Left = 324
- Top = 142
- Width = 17
- Height = 17
- Caption = 'CheckBox3'
- TabOrder = 31
- OnClick = cbNewStrikeoutClick
- end
- object cbSentStrikeout: TCheckBox
- Tag = 7
- Left = 324
- Top = 163
- Width = 17
- Height = 17
- Caption = 'CheckBox3'
- TabOrder = 32
- OnClick = cbNewStrikeoutClick
- end
- object cbSentUnderline: TCheckBox
- Tag = 7
- Left = 295
- Top = 163
- Width = 17
- Height = 17
- Caption = 'CheckBox3'
- TabOrder = 33
- OnClick = cbNewUnderlineClick
- end
- object cbSentItalic: TCheckBox
- Tag = 7
- Left = 267
- Top = 163
- Width = 17
- Height = 17
- Caption = 'CheckBox3'
- TabOrder = 34
- OnClick = cbNewItalicClick
- end
- object cbSentBold: TCheckBox
- Tag = 7
- Left = 238
- Top = 163
- Width = 17
- Height = 17
- Caption = 'CheckBox6'
- TabOrder = 35
- OnClick = cbNewBoldClick
- end
- object cbFailedBold: TCheckBox
- Tag = 8
- Left = 238
- Top = 185
- Width = 17
- Height = 17
- Caption = 'CheckBox6'
- TabOrder = 36
- OnClick = cbNewBoldClick
- end
- object cbFailedItalic: TCheckBox
- Tag = 8
- Left = 267
- Top = 185
- Width = 17
- Height = 17
- Caption = 'CheckBox3'
- TabOrder = 37
- OnClick = cbNewItalicClick
- end
- object cbFailedUnderline: TCheckBox
- Tag = 8
- Left = 295
- Top = 185
- Width = 17
- Height = 17
- Caption = 'CheckBox3'
- TabOrder = 38
- OnClick = cbNewUnderlineClick
- end
- object cbFailedStrikeout: TCheckBox
- Tag = 8
- Left = 324
- Top = 185
- Width = 17
- Height = 17
- Caption = 'CheckBox3'
- TabOrder = 39
- OnClick = cbNewStrikeoutClick
- end
- end
- object cbDefaultStatus: TCheckBox
- Left = 18
- Top = 99
- Width = 184
- Height = 22
- Caption = 'Use Default Display Configuration'
- TabOrder = 2
- OnClick = cbDefaultStatusClick
- end
- end
- object tsServers: TTabSheet
- Caption = 'Servers'
- object gbInternet: TGroupBox
- Left = 16
- Top = 2
- Width = 337
- Height = 165
- Caption = ' Internet Accounts '
- TabOrder = 0
- object lbAccounts: TListBox
- Left = 7
- Top = 14
- Width = 243
- Height = 144
- ItemHeight = 13
- Style = lbOwnerDrawVariable
- TabOrder = 0
- OnDblClick = PropertiesButtonClick
- OnDrawItem = lbAccountsDrawItem
- end
- object AddButton: TButton
- Left = 255
- Top = 16
- Width = 75
- Height = 25
- Caption = '&New'
- TabOrder = 1
- OnClick = AddButtonClick
- end
- object RemoveButton: TButton
- Left = 255
- Top = 45
- Width = 75
- Height = 25
- Caption = '&Remove'
- TabOrder = 2
- OnClick = RemoveButtonClick
- end
- object PropertiesButton: TButton
- Left = 255
- Top = 75
- Width = 75
- Height = 25
- Caption = '&Properties'
- TabOrder = 3
- OnClick = PropertiesButtonClick
- end
- object SetAsDefaultButton: TButton
- Left = 255
- Top = 105
- Width = 75
- Height = 25
- Caption = '&Set as Default'
- TabOrder = 4
- OnClick = SetAsDefaultButtonClick
- end
- end
- object gbMAPI: TGroupBox
- Left = 16
- Top = 168
- Width = 337
- Height = 148
- Caption = ' MAPI '
- TabOrder = 1
- object lblMAPIUserName: TLabel
- Left = 10
- Top = 68
- Width = 67
- Height = 13
- Caption = 'Mailbox Name'
- end
- object lblMAPIPassword: TLabel
- Left = 26
- Top = 94
- Width = 46
- Height = 13
- Caption = 'Password'
- end
- object Label3: TLabel
- Left = 10
- Top = 22
- Width = 77
- Height = 13
- Caption = ' Logon to MAPI '
- end
- object cbSendByMAPI: TCheckBox
- Left = 13
- Top = 45
- Width = 312
- Height = 17
- Caption = 'Send Internet Mail through &MAPI server'
- TabOrder = 0
- Visible = False
- OnClick = cbSendByMAPIClick
- end
- object edtMailboxName: TEdit
- Left = 80
- Top = 65
- Width = 248
- Height = 21
- TabOrder = 1
- OnChange = edtSMTPServerChange
- end
- object edtMAPIPassword: TEdit
- Left = 80
- Top = 91
- Width = 248
- Height = 21
- PasswordChar = '*'
- TabOrder = 2
- OnChange = edtSMTPServerChange
- end
- object cbUseDefaultProfile: TCheckBox
- Left = 81
- Top = 115
- Width = 233
- Height = 17
- Caption = 'Use &default profile'
- TabOrder = 3
- Visible = False
- OnClick = cbUseDefaultProfileClick
- end
- object rbMAPINever: TRadioButton
- Left = 266
- Top = 21
- Width = 54
- Height = 17
- Caption = 'Ne&ver'
- TabOrder = 4
- OnClick = rbMAPINeverClick
- end
- object rbMAPIAlways: TRadioButton
- Left = 205
- Top = 21
- Width = 59
- Height = 17
- Caption = '&Always'
- TabOrder = 5
- OnClick = rbMAPIAlwaysClick
- end
- object rbMAPIPrompt: TRadioButton
- Left = 91
- Top = 21
- Width = 106
- Height = 17
- Caption = '&Prompt at Startup'
- TabOrder = 6
- OnClick = rbMAPIPromptClick
- end
- end
- end
- object tsDelivery: TTabSheet
- Caption = 'Delivery'
- object Label2: TLabel
- Left = 206
- Top = 14
- Width = 36
- Height = 13
- Caption = 'minutes'
- end
- object Label1: TLabel
- Left = 287
- Top = 47
- Width = 7
- Height = 13
- Caption = 'K'
- end
- object cbCheckMessages: TCheckBox
- Left = 11
- Top = 12
- Width = 145
- Height = 17
- Caption = 'Check for message every'
- TabOrder = 0
- OnClick = cbCheckMessagesClick
- end
- object seCheckMessages: TSpinEdit
- Left = 158
- Top = 11
- Width = 42
- Height = 22
- AutoSize = False
- Enabled = False
- MaxValue = 995
- MinValue = 0
- TabOrder = 1
- Value = 5
- OnChange = seCheckMessagesChange
- end
- object GroupBox3: TGroupBox
- Left = 5
- Top = 77
- Width = 358
- Height = 98
- Caption = ' When new mail is received, notify me '
- TabOrder = 4
- object rbVisualNotify: TRadioButton
- Left = 15
- Top = 35
- Width = 113
- Height = 17
- Caption = 'Visually'
- TabOrder = 0
- OnClick = rbVisualNotifyClick
- end
- object rbAudioNotify: TRadioButton
- Left = 15
- Top = 54
- Width = 113
- Height = 17
- Caption = 'Audibly'
- TabOrder = 1
- OnClick = rbAudioNotifyClick
- end
- object rbAudioVisualNotify: TRadioButton
- Left = 15
- Top = 74
- Width = 113
- Height = 17
- Caption = 'Visually and Audibly'
- TabOrder = 2
- OnClick = rbAudioVisualNotifyClick
- end
- object rbneverNotify: TRadioButton
- Left = 15
- Top = 15
- Width = 113
- Height = 17
- Caption = 'Never'
- Checked = True
- TabOrder = 3
- TabStop = True
- OnClick = rbneverNotifyClick
- end
- object btnWavFile: TButton
- Left = 325
- Top = 70
- Width = 20
- Height = 19
- Caption = '...'
- Enabled = False
- TabOrder = 5
- OnClick = btnWavFileClick
- end
- object edtWavFile: TEdit
- Left = 136
- Top = 69
- Width = 188
- Height = 21
- Enabled = False
- TabOrder = 4
- OnChange = edtWavFileChange
- end
- end
- object cbDownloadLimit: TCheckBox
- Left = 11
- Top = 44
- Width = 208
- Height = 17
- Caption = 'Don'#39't download messages greater than'
- TabOrder = 2
- OnClick = cbDownloadLimitClick
- end
- object seDownloadLimit: TSpinEdit
- Left = 220
- Top = 43
- Width = 62
- Height = 22
- Enabled = False
- MaxLength = 5
- MaxValue = 99999
- MinValue = 0
- TabOrder = 3
- Value = 0
- OnChange = seDownloadLimitChange
- end
- end
- object tsSpelling: TTabSheet
- Caption = 'Spelling'
- object Bevel3: TBevel
- Left = 8
- Top = 46
- Width = 349
- Height = 153
- Shape = bsFrame
- end
- object Label15: TLabel
- Left = 17
- Top = 41
- Width = 48
- Height = 13
- Caption = ' Options '
- end
- object cbAutoSpellCheck: TCheckBox
- Left = 15
- Top = 15
- Width = 332
- Height = 17
- Caption = 'Automatically Spell Check messages when sending or queuing'
- TabOrder = 0
- OnClick = cbAutoSpellCheckClick
- end
- object cbSpellIgnoreUppercase: TCheckBox
- Left = 22
- Top = 65
- Width = 164
- Height = 17
- Caption = 'Ignore Uppercase words'
- TabOrder = 1
- OnClick = cbSpellIgnoreUppercaseClick
- end
- object cbSpellIgnoreNumbers: TCheckBox
- Left = 22
- Top = 82
- Width = 316
- Height = 17
- Caption = 'Ignore words containing numbers'
- TabOrder = 2
- OnClick = cbSpellIgnoreNumbersClick
- end
- object cbSpellIgnoreHTML: TCheckBox
- Left = 22
- Top = 99
- Width = 322
- Height = 17
- Caption = 'Ignore HTML tags'
- TabOrder = 3
- OnClick = cbSpellIgnoreHTMLClick
- end
- object cbSpellIgnoreURL: TCheckBox
- Left = 22
- Top = 116
- Width = 316
- Height = 17
- Caption = 'Ignore URLs and e-mail addresses'
- TabOrder = 4
- OnClick = cbSpellIgnoreURLClick
- end
- object cbSpellAutoSuggest: TCheckBox
- Left = 22
- Top = 150
- Width = 90
- Height = 17
- Caption = 'Auto-Suggest'
- TabOrder = 6
- OnClick = cbSpellAutoSuggestClick
- end
- object cbSpellRecheck: TCheckBox
- Left = 22
- Top = 167
- Width = 234
- Height = 17
- Caption = 'Recheck replaced words'
- TabOrder = 7
- OnClick = cbSpellRecheckClick
- end
- object cbSpellRepeated: TCheckBox
- Left = 22
- Top = 133
- Width = 316
- Height = 17
- Caption = 'Check for repeated words'
- TabOrder = 5
- OnClick = cbSpellRepeatedClick
- end
- end
- object tsTeleMagic: TTabSheet
- Caption = 'TeleMagic'
- object bgTMOptions: TGroupBox
- Left = 5
- Top = 2
- Width = 357
- Height = 140
- Caption = ' TeleMagic '
- TabOrder = 0
- object Label5: TLabel
- Left = 9
- Top = 18
- Width = 101
- Height = 13
- Caption = 'Log on to TeleMagic:'
- end
- object Label4: TLabel
- Left = 9
- Top = 37
- Width = 227
- Height = 13
- Caption = 'Enter the location of your TeleMagic Installation:'
- end
- object Label8: TLabel
- Left = 9
- Top = 77
- Width = 187
- Height = 13
- Caption = 'Enter your TeleMagic Login information:'
- end
- object Label6: TLabel
- Left = 43
- Top = 96
- Width = 36
- Height = 13
- Caption = 'UserID:'
- end
- object Label7: TLabel
- Left = 29
- Top = 118
- Width = 49
- Height = 13
- Caption = 'Password:'
- end
- end
- object gbLink: TGroupBox
- Left = 5
- Top = 261
- Width = 357
- Height = 59
- Caption = ' When Linked Mail Is Sent '
- TabOrder = 9
- object cbStampNotepad: TCheckBox
- Left = 12
- Top = 18
- Width = 135
- Height = 17
- Caption = 'Stamp Notepad'
- State = cbChecked
- TabOrder = 0
- OnClick = cbStampNotepadClick
- end
- object cbCreateActy: TCheckBox
- Left = 12
- Top = 36
- Width = 97
- Height = 17
- Caption = 'Create Activity'
- State = cbChecked
- TabOrder = 1
- OnClick = cbCreateActyClick
- end
- end
- object edtTMLocation: TEdit
- Left = 12
- Top = 54
- Width = 268
- Height = 21
- TabOrder = 4
- OnChange = edtTMLocationChange
- end
- object TMModifyButton: TButton
- Left = 281
- Top = 52
- Width = 75
- Height = 25
- Caption = '&Modify'
- TabOrder = 5
- OnClick = TMModifyButtonClick
- end
- object edtTMUserID: TEdit
- Left = 88
- Top = 93
- Width = 121
- Height = 21
- CharCase = ecUpperCase
- MaxLength = 3
- TabOrder = 6
- OnChange = edtTMUserIDChange
- end
- object edtTMPassword: TEdit
- Left = 88
- Top = 116
- Width = 121
- Height = 21
- CharCase = ecUpperCase
- PasswordChar = '*'
- TabOrder = 7
- OnChange = edtTMPasswordChange
- end
- object rbTMAlways: TRadioButton
- Left = 121
- Top = 19
- Width = 55
- Height = 17
- Caption = 'Always'
- Checked = True
- TabOrder = 1
- TabStop = True
- OnClick = rbTMAlwaysClick
- end
- object rbTMPrompt: TRadioButton
- Left = 179
- Top = 19
- Width = 107
- Height = 17
- Caption = 'Prompt On Startup'
- TabOrder = 2
- OnClick = rbTMPromptClick
- end
- object rbTMNever: TRadioButton
- Left = 292
- Top = 19
- Width = 67
- Height = 17
- Caption = 'Never'
- TabOrder = 3
- OnClick = rbTMNeverClick
- end
- object gbGoto: TGroupBox
- Left = 5
- Top = 145
- Width = 357
- Height = 111
- Caption =
- ' When using Goto based on the e-mail address, look for the conta' +
- 'ct in: '
- TabOrder = 8
- object Bevel2: TBevel
- Left = 0
- Top = 71
- Width = 357
- Height = 2
- end
- object rbGotoCurrentDatabase: TRadioButton
- Left = 24
- Top = 16
- Width = 113
- Height = 17
- Caption = 'Current Database'
- Checked = True
- TabOrder = 0
- TabStop = True
- OnClick = rbGotoCurrentDatabaseClick
- end
- object rbGotoAllDatabases: TRadioButton
- Left = 24
- Top = 34
- Width = 113
- Height = 17
- Caption = 'All Databases'
- TabOrder = 1
- OnClick = rbGotoAllDatabasesClick
- end
- object rbGotoCurrentThenPrompt: TRadioButton
- Left = 24
- Top = 52
- Width = 289
- Height = 17
- Caption = 'Current Database first, then prompt for all'
- TabOrder = 2
- OnClick = rbGotoCurrentThenPromptClick
- end
- object cbAutoLink: TCheckBox
- Left = 12
- Top = 84
- Width = 203
- Height = 17
- Caption = 'Automatically link incoming mail'
- TabOrder = 3
- OnClick = cbAutoLinkClick
- end
- object btnDBOrder: TButton
- Left = 226
- Top = 79
- Width = 121
- Height = 26
- Caption = 'Set Search Order'
- TabOrder = 4
- OnClick = btnDBOrderClick
- end
- end
- end
- object tsAutServ: TTabSheet
- Caption = 'Automation Server'
- object GroupBox5: TGroupBox
- Left = 16
- Top = 2
- Width = 337
- Height = 165
- Caption = ' Automation Server Accounts '
- TabOrder = 0
- object lbASAccounts: TListBox
- Left = 7
- Top = 14
- Width = 243
- Height = 144
- ItemHeight = 13
- TabOrder = 0
- OnDblClick = PropertiesButtonClick
- end
- object asAddButton: TButton
- Left = 255
- Top = 16
- Width = 75
- Height = 25
- Caption = '&New'
- TabOrder = 1
- OnClick = asAddButtonClick
- end
- object asRemoveButton: TButton
- Left = 255
- Top = 45
- Width = 75
- Height = 25
- Caption = '&Remove'
- TabOrder = 2
- OnClick = asRemoveButtonClick
- end
- object asPropertiesButton: TButton
- Left = 255
- Top = 75
- Width = 75
- Height = 25
- Caption = '&Properties'
- TabOrder = 3
- OnClick = asPropertiesButtonClick
- end
- end
- object gbAutServOptions: TGroupBox
- Left = 15
- Top = 176
- Width = 338
- Height = 137
- Caption = ' Options '
- TabOrder = 1
- object Bevel7: TBevel
- Left = 0
- Top = 70
- Width = 338
- Height = 2
- end
- object Label17: TLabel
- Left = 8
- Top = 65
- Width = 156
- Height = 13
- Caption = ' When Sending Mail to Contacts '
- end
- object cbFailOnInvalidMergeField: TCheckBox
- Left = 12
- Top = 41
- Width = 196
- Height = 17
- Caption = '&Fail on Invalid Merge Field'
- State = cbChecked
- TabOrder = 0
- OnClick = cbFailOnInvalidMergeFieldClick
- end
- object cbSendMailOnFail: TCheckBox
- Left = 12
- Top = 20
- Width = 196
- Height = 17
- Caption = '&Send e-mail notification of failure'
- State = cbChecked
- TabOrder = 1
- OnClick = cbSendMailOnFailClick
- end
- end
- object cbASStamp: TCheckBox
- Left = 27
- Top = 261
- Width = 135
- Height = 17
- Caption = 'Stamp Notepad'
- State = cbChecked
- TabOrder = 2
- OnClick = cbStampNotepadClick
- end
- object cbAsActivity: TCheckBox
- Left = 27
- Top = 282
- Width = 97
- Height = 17
- Caption = 'Create Activity'
- State = cbChecked
- TabOrder = 3
- OnClick = cbCreateActyClick
- end
- end
- object tsFilters: TTabSheet
- Caption = 'Filters'
- object Label16: TLabel
- Left = 12
- Top = 5
- Width = 67
- Height = 13
- Caption = 'Current Filters:'
- end
- object lbFilters: TListBox
- Left = 8
- Top = 20
- Width = 272
- Height = 294
- ItemHeight = 13
- TabOrder = 0
- end
- object NewFilterButton: TButton
- Left = 288
- Top = 21
- Width = 75
- Height = 25
- Caption = '&New Filter'
- TabOrder = 1
- OnClick = NewFilterButtonClick
- end
- object RemoveFilterButton: TButton
- Left = 288
- Top = 51
- Width = 75
- Height = 25
- Caption = '&Remove'
- TabOrder = 2
- OnClick = RemoveFilterButtonClick
- end
- object FilterPropertiesButton: TButton
- Left = 288
- Top = 80
- Width = 75
- Height = 25
- Caption = '&Properties'
- TabOrder = 3
- OnClick = FilterPropertiesButtonClick
- end
- end
- object tsAddresses: TTabSheet
- Caption = 'Addresses'
- object rgDisplayAs: TRadioGroup
- Left = 16
- Top = 8
- Width = 337
- Height = 145
- Caption = ' Default Display As to: '
- ItemIndex = 0
- Items.Strings = (
- 'Lastname, Firstname (Smith, John)'
- 'Firstname Lastname (John Smith)'
- 'Lastname, Firstname MI (Smith, John R.)'
- 'Firstname MI Lastname (John R. Smith)'
- 'Lastname, Firstname Middlename (Smith, John Robert)'
- 'Firstname Middlename Lastname (John Robert Smith)')
- TabOrder = 0
- OnClick = rgDisplayAsClick
- end
- end
- end
- object OKButton: TButton
- Left = 135
- Top = 375
- Width = 75
- Height = 25
- Caption = '&OK'
- Default = True
- TabOrder = 1
- OnClick = OKButtonClick
- end
- object CancelButton: TButton
- Left = 215
- Top = 375
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&Cancel'
- TabOrder = 2
- OnClick = CancelButtonClick
- end
- object ApplyButton: TButton
- Left = 295
- Top = 375
- Width = 75
- Height = 25
- Caption = '&Apply'
- Enabled = False
- TabOrder = 3
- OnClick = ApplyButtonClick
- end
- end
-